Sha256: 4b2e2402dc8ee82cb8ae58fde8e07befa5f774f8f847b6b042286d47040f340a
Contents?: true
Size: 1.46 KB
Versions: 18
Compression:
Stored size: 1.46 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 ManagedBlockchain module Errors class ServiceError < ::Aws::Errors::ServiceError end class AccessDeniedException < ::Aws::Errors::ServiceError def message: () -> ::String end class IllegalActionException < ::Aws::Errors::ServiceError def message: () -> ::String end class InternalServiceErrorException < ::Aws::Errors::ServiceError end class InvalidRequestException < ::Aws::Errors::ServiceError def message: () -> ::String end class ResourceAlreadyExistsException < ::Aws::Errors::ServiceError def message: () -> ::String end class ResourceLimitExceededException < ::Aws::Errors::ServiceError def message: () -> ::String end class ResourceNotFoundException < ::Aws::Errors::ServiceError def message: () -> ::String def resource_name: () -> ::String end class ResourceNotReadyException < ::Aws::Errors::ServiceError def message: () -> ::String end class ThrottlingException < ::Aws::Errors::ServiceError end class TooManyTagsException < ::Aws::Errors::ServiceError def message: () -> ::String def resource_name: () -> ::String end end end end
Version data entries
18 entries across 18 versions & 1 rubygems