Class: Aws::Keyspaces::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Keyspaces::Types::ValidationException
- Includes:
- Structure
- Defined in:
- 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
Description of the error.
Instance Attribute Details
#message ⇒ String
Description of the error.
2228 2229 2230 2231 2232 |
# File 'lib/aws-sdk-keyspaces/types.rb', line 2228 class ValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |