Class: Aws::CleanRoomsML::Types::ValidationException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb

Overview

The request parameters for this request are incorrect.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1865
1866
1867
1868
1869
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 1865

class ValidationException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end