Class: Aws::Keyspaces::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Keyspaces::Types::ValidationException
- Defined in:
- gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb
Overview
The operation failed due to an invalid or malformed request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The request parameters are invalid or malformed.
Instance Attribute Details
#message ⇒ String
The request parameters are invalid or malformed. Review the API documentation and correct the request format.
2379 2380 2381 2382 2383 |
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 2379 class ValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |