Sha256: b7121f6d233e7192541c96e4eb04a153ca2581fa06dcb6fd4abd6f87fb8d7ad1
Contents?: true
Size: 1.42 KB
Versions: 16
Compression:
Stored size: 1.42 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 QLDB module Errors class ServiceError < ::Aws::Errors::ServiceError end class InvalidParameterException < ::Aws::Errors::ServiceError def message: () -> ::String def parameter_name: () -> ::String end class LimitExceededException < ::Aws::Errors::ServiceError def message: () -> ::String def resource_type: () -> ::String end class ResourceAlreadyExistsException < ::Aws::Errors::ServiceError def message: () -> ::String def resource_type: () -> ::String def resource_name: () -> ::String end class ResourceInUseException < ::Aws::Errors::ServiceError def message: () -> ::String def resource_type: () -> ::String def resource_name: () -> ::String end class ResourceNotFoundException < ::Aws::Errors::ServiceError def message: () -> ::String def resource_type: () -> ::String def resource_name: () -> ::String end class ResourcePreconditionNotMetException < ::Aws::Errors::ServiceError def message: () -> ::String def resource_type: () -> ::String def resource_name: () -> ::String end end end end
Version data entries
16 entries across 16 versions & 1 rubygems