Class: Aws::CleanRoomsML::Types::ValidationException
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CleanRoomsML::Types::ValidationException
 
- 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
#message ⇒ String
| 5842 5843 5844 5845 5846 | # File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 5842 class ValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |