Sha256: 628425eb13621bcbc68cd753e2dce987a9ec493f985933dd41075d884954cba0
Contents?: true
Size: 1.38 KB
Versions: 16
Compression:
Stored size: 1.38 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 DataExchange 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 InternalServerException < ::Aws::Errors::ServiceError def message: () -> ::String end class ResourceNotFoundException < ::Aws::Errors::ServiceError def message: () -> ::String def resource_id: () -> ::String def resource_type: () -> ::String end class ServiceLimitExceededException < ::Aws::Errors::ServiceError def limit_name: () -> ::String def limit_value: () -> ::String def message: () -> ::String end class ThrottlingException < ::Aws::Errors::ServiceError def message: () -> ::String end class ValidationException < ::Aws::Errors::ServiceError def message: () -> ::String def exception_cause: () -> ::String end end end end
Version data entries
16 entries across 16 versions & 1 rubygems