Method: Aws::DataExchange::Types::ValidationException#message
- Defined in:
- lib/aws-sdk-dataexchange/types.rb
#message ⇒ String
The message that informs you about what was invalid about the request.
4348 4349 4350 4351 4352 4353 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 4348 class ValidationException < Struct.new( :message, :exception_cause) SENSITIVE = [] include Aws::Structure end |