Sha256: 40ff23e763f651ae6fe3bb9ce334a2f592c471dbf50b6a407fc18c72ee7fbf99
Contents?: true
Size: 1.46 KB
Versions: 19
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 MigrationHub module Errors class ServiceError < ::Aws::Errors::ServiceError end class AccessDeniedException < ::Aws::Errors::ServiceError def message: () -> ::String end class DryRunOperation < ::Aws::Errors::ServiceError def message: () -> ::String end class HomeRegionNotSetException < ::Aws::Errors::ServiceError def message: () -> ::String end class InternalServerError < ::Aws::Errors::ServiceError def message: () -> ::String end class InvalidInputException < ::Aws::Errors::ServiceError def message: () -> ::String end class PolicyErrorException < ::Aws::Errors::ServiceError def message: () -> ::String end class ResourceNotFoundException < ::Aws::Errors::ServiceError def message: () -> ::String end class ServiceUnavailableException < ::Aws::Errors::ServiceError def message: () -> ::String end class ThrottlingException < ::Aws::Errors::ServiceError def message: () -> ::String def retry_after_seconds: () -> ::String end class UnauthorizedOperation < ::Aws::Errors::ServiceError def message: () -> ::String end end end end
Version data entries
19 entries across 19 versions & 1 rubygems