# 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 KinesisAnalytics 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 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