Sha256: 54a9ff467f5fdb04112b8368ed04167d09a8cdad371226000c3f9e6411910065
Contents?: true
Size: 1.76 KB
Versions: 19
Compression:
Stored size: 1.76 KB
Contents
# WARNING ABOUT GENERATED CODE # # This file is generated. See the contributing guide for more information: # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md # # WARNING ABOUT GENERATED CODE module Aws module NetworkManager module Errors class ServiceError < ::Aws::Errors::ServiceError end class AccessDeniedException < ::Aws::Errors::ServiceError def message: () -> ::String end class ConflictException < ::Aws::Errors::ServiceError def message: () -> ::String def resource_id: () -> ::String def resource_type: () -> ::String end class CoreNetworkPolicyException < ::Aws::Errors::ServiceError def message: () -> ::String def errors: () -> ::String end class InternalServerException < ::Aws::Errors::ServiceError def message: () -> ::String def retry_after_seconds: () -> ::String end class ResourceNotFoundException < ::Aws::Errors::ServiceError def message: () -> ::String def resource_id: () -> ::String def resource_type: () -> ::String def context: () -> ::String end class ServiceQuotaExceededException < ::Aws::Errors::ServiceError def message: () -> ::String def resource_id: () -> ::String def resource_type: () -> ::String def limit_code: () -> ::String def service_code: () -> ::String end class ThrottlingException < ::Aws::Errors::ServiceError def message: () -> ::String def retry_after_seconds: () -> ::String end class ValidationException < ::Aws::Errors::ServiceError def message: () -> ::String def reason: () -> ::String def fields: () -> ::String end end end end
Version data entries
19 entries across 19 versions & 1 rubygems