Sha256: 3ba8fb02e73caf545a015e6d1b59ff36a3d993dbd383eb8c1e78ac20d0a8bc94
Contents?: true
Size: 1.7 KB
Versions: 10
Compression:
Stored size: 1.7 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 RedshiftServerless module Errors class ServiceError < ::Aws::Errors::ServiceError end class AccessDeniedException < ::Aws::Errors::ServiceError def code: () -> ::String def message: () -> ::String end class ConflictException < ::Aws::Errors::ServiceError def message: () -> ::String end class InsufficientCapacityException < ::Aws::Errors::ServiceError def message: () -> ::String end class InternalServerException < ::Aws::Errors::ServiceError def message: () -> ::String end class InvalidPaginationException < ::Aws::Errors::ServiceError def message: () -> ::String end class Ipv6CidrBlockNotFoundException < ::Aws::Errors::ServiceError def message: () -> ::String end class ResourceNotFoundException < ::Aws::Errors::ServiceError def message: () -> ::String def resource_name: () -> ::String end class ServiceQuotaExceededException < ::Aws::Errors::ServiceError def message: () -> ::String end class ThrottlingException < ::Aws::Errors::ServiceError def code: () -> ::String def message: () -> ::String end class TooManyTagsException < ::Aws::Errors::ServiceError def message: () -> ::String def resource_name: () -> ::String end class ValidationException < ::Aws::Errors::ServiceError def message: () -> ::String end end end end
Version data entries
10 entries across 10 versions & 1 rubygems