Sha256: 3fbbfc543792b0e6465de82f14c87686d81f4340dc6e0961085ff13f61aa7ee1
Contents?: true
Size: 1.83 KB
Versions: 4
Compression:
Stored size: 1.83 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 ConflictException < ::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 ServiceQuotaExceededException < ::Aws::Errors::ServiceError def message: () -> ::String end class UnauthorizedException < ::Aws::Errors::ServiceError def message: () -> ::String end end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
aws-sdk-appsync-1.94.0 | sig/errors.rbs |
aws-sdk-appsync-1.93.0 | sig/errors.rbs |
aws-sdk-appsync-1.92.0 | sig/errors.rbs |
aws-sdk-appsync-1.91.0 | sig/errors.rbs |