Class: Aws::DataExchange::Types::ValidationException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-dataexchange/types.rb

Overview

The request was invalid.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#exception_causeString

The unique identifier for the resource that couldn’t be found.

Returns:

  • (String)


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

#messageString

The message that informs you about what was invalid about the request.

Returns:

  • (String)


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