Class: Aws::RedshiftDataAPIService::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::RedshiftDataAPIService::Types::ValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshiftdataapiservice/types.rb
Overview
The Amazon Redshift Data API operation failed due to invalid input.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The exception message.
Instance Attribute Details
#message ⇒ String
The exception message.
1592 1593 1594 1595 1596 |
# File 'lib/aws-sdk-redshiftdataapiservice/types.rb', line 1592 class ValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |