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 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.
3720 3721 3722 3723 3724 3725 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 3720 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.
3720 3721 3722 3723 3724 3725 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 3720 class ValidationException < Struct.new( :message, :exception_cause) SENSITIVE = [] include Aws::Structure end |