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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#exception_causeString

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

Returns:

  • (String)


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

#messageString

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

Returns:

  • (String)


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