Sha256: fa700eb3ef13292c00decc4bd0278f4f5cb0b3f977b56c618e6608d319b5cf4d
Contents?: true
Size: 970 Bytes
Versions: 17
Compression:
Stored size: 970 Bytes
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 ApiGatewayV2 module Errors class ServiceError < ::Aws::Errors::ServiceError end class AccessDeniedException < ::Aws::Errors::ServiceError def message: () -> ::String end class BadRequestException < ::Aws::Errors::ServiceError def message: () -> ::String end class ConflictException < ::Aws::Errors::ServiceError def message: () -> ::String end class NotFoundException < ::Aws::Errors::ServiceError def message: () -> ::String def resource_type: () -> ::String end class TooManyRequestsException < ::Aws::Errors::ServiceError def limit_type: () -> ::String def message: () -> ::String end end end end
Version data entries
17 entries across 17 versions & 1 rubygems