Sha256: feebbc437b4e285fef24f2f07247a1e179590c65ffa772aeb22e460a7ad5cb46
Contents?: true
Size: 1.62 KB
Versions: 19
Compression:
Stored size: 1.62 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 AppSync module Errors class ServiceError < ::Aws::Errors::ServiceError end class AccessDeniedException < ::Aws::Errors::ServiceError def message: () -> ::String end class ApiKeyLimitExceededException < ::Aws::Errors::ServiceError def message: () -> ::String end class ApiKeyValidityOutOfBoundsException < ::Aws::Errors::ServiceError def message: () -> ::String end class ApiLimitExceededException < ::Aws::Errors::ServiceError def message: () -> ::String end class BadRequestException < ::Aws::Errors::ServiceError def message: () -> ::String def reason: () -> ::String def detail: () -> ::String end class ConcurrentModificationException < ::Aws::Errors::ServiceError def message: () -> ::String end class GraphQLSchemaException < ::Aws::Errors::ServiceError def message: () -> ::String end class InternalFailureException < ::Aws::Errors::ServiceError def message: () -> ::String end class LimitExceededException < ::Aws::Errors::ServiceError def message: () -> ::String end class NotFoundException < ::Aws::Errors::ServiceError def message: () -> ::String end class UnauthorizedException < ::Aws::Errors::ServiceError def message: () -> ::String end end end end
Version data entries
19 entries across 19 versions & 1 rubygems