Sha256: 0707e290e37819d46500333a6073b6d6cc9bdde53e8201cca6aac020b5009e6c
Contents?: true
Size: 1.92 KB
Versions: 19
Compression:
Stored size: 1.92 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 KinesisAnalyticsV2 module Errors class ServiceError < ::Aws::Errors::ServiceError end class CodeValidationException < ::Aws::Errors::ServiceError def message: () -> ::String end class ConcurrentModificationException < ::Aws::Errors::ServiceError def message: () -> ::String end class InvalidApplicationConfigurationException < ::Aws::Errors::ServiceError def message: () -> ::String end class InvalidArgumentException < ::Aws::Errors::ServiceError def message: () -> ::String end class InvalidRequestException < ::Aws::Errors::ServiceError def message: () -> ::String end class LimitExceededException < ::Aws::Errors::ServiceError def message: () -> ::String end class ResourceInUseException < ::Aws::Errors::ServiceError def message: () -> ::String end class ResourceNotFoundException < ::Aws::Errors::ServiceError def message: () -> ::String end class ResourceProvisionedThroughputExceededException < ::Aws::Errors::ServiceError def message: () -> ::String end class ServiceUnavailableException < ::Aws::Errors::ServiceError def message: () -> ::String end class TooManyTagsException < ::Aws::Errors::ServiceError def message: () -> ::String end class UnableToDetectSchemaException < ::Aws::Errors::ServiceError def message: () -> ::String def raw_input_records: () -> ::String def processed_input_records: () -> ::String end class UnsupportedOperationException < ::Aws::Errors::ServiceError def message: () -> ::String end end end end
Version data entries
19 entries across 19 versions & 1 rubygems