Class: Aws::DataExchange::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::ValidationException
- Defined in:
- gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb
Overview
The request was invalid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#exception_cause ⇒ String
The message that informs you about what the exception was.
-
#message ⇒ String
The message that informs you about what was invalid about the request.
Instance Attribute Details
#exception_cause ⇒ String
The message that informs you about what the exception was.
3519 3520 3521 3522 3523 3524 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 3519 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.
3519 3520 3521 3522 3523 3524 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 3519 class ValidationException < Struct.new( :message, :exception_cause) SENSITIVE = [] include Aws::Structure end |