Class: Aws::DataExchange::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::ValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dataexchange/types.rb
Overview
The request was invalid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#exception_cause ⇒ String
The unique identifier for the resource that couldn’t be found.
-
#message ⇒ String
The message that informs you about what was invalid about the request.
Instance Attribute Details
#exception_cause ⇒ String
The unique identifier for the resource that couldn’t be found.
4333 4334 4335 4336 4337 4338 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 4333 class ValidationException < Struct.new( :message, :exception_cause) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The message that informs you about what was invalid about the request.
4333 4334 4335 4336 4337 4338 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 4333 class ValidationException < Struct.new( :message, :exception_cause) SENSITIVE = [] include Aws::Structure end |