Sha256: b4adccf4d0dfee34aadd05d538988a9caeadb6c0b782a10da985096ec181941b
Contents?: true
Size: 1.16 KB
Versions: 14
Compression:
Stored size: 1.16 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 IoTJobsDataPlane module Errors class ServiceError < ::Aws::Errors::ServiceError end class CertificateValidationException < ::Aws::Errors::ServiceError def message: () -> ::String end class InvalidRequestException < ::Aws::Errors::ServiceError def message: () -> ::String end class InvalidStateTransitionException < ::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 TerminalStateException < ::Aws::Errors::ServiceError def message: () -> ::String end class ThrottlingException < ::Aws::Errors::ServiceError def message: () -> ::String def payload: () -> ::String end end end end
Version data entries
14 entries across 14 versions & 1 rubygems