Sha256: 278566c57a473b237b468301b25f5bd7bb93d7469561d6b6aa6cfca7e68404c3
Contents?: true
Size: 1.5 KB
Versions: 17
Compression:
Stored size: 1.5 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 Pinpoint module Errors class ServiceError < ::Aws::Errors::ServiceError end class BadRequestException < ::Aws::Errors::ServiceError def message: () -> ::String def request_id: () -> ::String end class ConflictException < ::Aws::Errors::ServiceError def message: () -> ::String def request_id: () -> ::String end class ForbiddenException < ::Aws::Errors::ServiceError def message: () -> ::String def request_id: () -> ::String end class InternalServerErrorException < ::Aws::Errors::ServiceError def message: () -> ::String def request_id: () -> ::String end class MethodNotAllowedException < ::Aws::Errors::ServiceError def message: () -> ::String def request_id: () -> ::String end class NotFoundException < ::Aws::Errors::ServiceError def message: () -> ::String def request_id: () -> ::String end class PayloadTooLargeException < ::Aws::Errors::ServiceError def message: () -> ::String def request_id: () -> ::String end class TooManyRequestsException < ::Aws::Errors::ServiceError def message: () -> ::String def request_id: () -> ::String end end end end
Version data entries
17 entries across 17 versions & 1 rubygems