Sha256: 3990d25263713abbbbf28302bcb59e6f9a8cb8f28a074f185ad1f58520f328da
Contents?: true
Size: 1.22 KB
Versions: 13
Compression:
Stored size: 1.22 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 MarketplaceAgreement module Errors class ServiceError < ::Aws::Errors::ServiceError end class AccessDeniedException < ::Aws::Errors::ServiceError def message: () -> ::String def request_id: () -> ::String end class InternalServerException < ::Aws::Errors::ServiceError def message: () -> ::String def request_id: () -> ::String end class ResourceNotFoundException < ::Aws::Errors::ServiceError def message: () -> ::String def request_id: () -> ::String def resource_id: () -> ::String def resource_type: () -> ::String end class ThrottlingException < ::Aws::Errors::ServiceError def message: () -> ::String def request_id: () -> ::String end class ValidationException < ::Aws::Errors::ServiceError def fields: () -> ::String def message: () -> ::String def reason: () -> ::String def request_id: () -> ::String end end end end
Version data entries
13 entries across 13 versions & 1 rubygems