Sha256: 04152d57a47330124a8e5b5d598f8d8ed3e6c0223a7ae922d71601402abd986d
Contents?: true
Size: 1.2 KB
Versions: 15
Compression:
Stored size: 1.2 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 Pricing module Errors class ServiceError < ::Aws::Errors::ServiceError end class AccessDeniedException < ::Aws::Errors::ServiceError def message: () -> ::String end class ExpiredNextTokenException < ::Aws::Errors::ServiceError def message: () -> ::String end class InternalErrorException < ::Aws::Errors::ServiceError def message: () -> ::String end class InvalidNextTokenException < ::Aws::Errors::ServiceError def message: () -> ::String end class InvalidParameterException < ::Aws::Errors::ServiceError def message: () -> ::String end class NotFoundException < ::Aws::Errors::ServiceError def message: () -> ::String end class ResourceNotFoundException < ::Aws::Errors::ServiceError def message: () -> ::String end class ThrottlingException < ::Aws::Errors::ServiceError def message: () -> ::String end end end end
Version data entries
15 entries across 15 versions & 1 rubygems