Sha256: e5e29c5f8c2b2ce2445adde5dd7f8f10b8c8817b92ce7e89a58146b141fde117
Contents?: true
Size: 1.2 KB
Versions: 20
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 AppConfig module Errors class ServiceError < ::Aws::Errors::ServiceError end class BadRequestException < ::Aws::Errors::ServiceError def message: () -> ::String def reason: () -> ::String def details: () -> ::String end class ConflictException < ::Aws::Errors::ServiceError def message: () -> ::String end class InternalServerException < ::Aws::Errors::ServiceError def message: () -> ::String end class PayloadTooLargeException < ::Aws::Errors::ServiceError def message: () -> ::String def measure: () -> ::String def limit: () -> ::String def size: () -> ::String end class ResourceNotFoundException < ::Aws::Errors::ServiceError def message: () -> ::String def resource_name: () -> ::String end class ServiceQuotaExceededException < ::Aws::Errors::ServiceError def message: () -> ::String end end end end
Version data entries
20 entries across 20 versions & 1 rubygems