Method: Aws::DataExchange::Types::ValidationException#exception_cause
- Defined in:
- lib/aws-sdk-dataexchange/types.rb
#exception_cause ⇒ String
The unique identifier for the resource that couldn’t be found.
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 |