Sha256: 4cc1072d27363ca83b3b7c2cebb1f60bb33198d5ab9e80db007720d08e2bdd58
Contents?: true
Size: 1.45 KB
Versions: 19
Compression:
Stored size: 1.45 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 IoTDataPlane module Errors class ServiceError < ::Aws::Errors::ServiceError end class ConflictException < ::Aws::Errors::ServiceError def message: () -> ::String end class InternalFailureException < ::Aws::Errors::ServiceError def message: () -> ::String end class InvalidRequestException < ::Aws::Errors::ServiceError def message: () -> ::String end class MethodNotAllowedException < ::Aws::Errors::ServiceError def message: () -> ::String end class RequestEntityTooLargeException < ::Aws::Errors::ServiceError def message: () -> ::String end class ResourceNotFoundException < ::Aws::Errors::ServiceError def message: () -> ::String end class ServiceUnavailableException < ::Aws::Errors::ServiceError def message: () -> ::String end class ThrottlingException < ::Aws::Errors::ServiceError def message: () -> ::String end class UnauthorizedException < ::Aws::Errors::ServiceError def message: () -> ::String end class UnsupportedDocumentEncodingException < ::Aws::Errors::ServiceError def message: () -> ::String end end end end
Version data entries
19 entries across 19 versions & 1 rubygems