Sha256: 8f6c5bbc925c0c4907a3dd83a9922f9f196ddfcc75afe2945f5eb9c58a135bd6
Contents?: true
Size: 1.57 KB
Versions: 16
Compression:
Stored size: 1.57 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 IdentityStore module Errors class ServiceError < ::Aws::Errors::ServiceError end class AccessDeniedException < ::Aws::Errors::ServiceError def message: () -> ::String def request_id: () -> ::String end class ConflictException < ::Aws::Errors::ServiceError def message: () -> ::String def request_id: () -> ::String def reason: () -> ::String end class InternalServerException < ::Aws::Errors::ServiceError def message: () -> ::String def request_id: () -> ::String def retry_after_seconds: () -> ::String end class ResourceNotFoundException < ::Aws::Errors::ServiceError def resource_type: () -> ::String def resource_id: () -> ::String def message: () -> ::String def request_id: () -> ::String end class ServiceQuotaExceededException < ::Aws::Errors::ServiceError def message: () -> ::String def request_id: () -> ::String end class ThrottlingException < ::Aws::Errors::ServiceError def message: () -> ::String def request_id: () -> ::String def retry_after_seconds: () -> ::String end class ValidationException < ::Aws::Errors::ServiceError def message: () -> ::String def request_id: () -> ::String end end end end
Version data entries
16 entries across 16 versions & 1 rubygems