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.
1910 1911 1912 1913 1914 |
# File 'lib/aws-sdk-keyspaces/types.rb', line 1910 class ValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |