Class: Aws::QLDB::Types::InvalidParameterException
- Inherits:
-
Struct
- Object
- Struct
- Aws::QLDB::Types::InvalidParameterException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qldb/types.rb
Overview
One or more parameters in the request aren’t valid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#parameter_name ⇒ String
The name of the invalid parameter.
Instance Attribute Details
#message ⇒ String
607 608 609 610 611 612 |
# File 'lib/aws-sdk-qldb/types.rb', line 607 class InvalidParameterException < Struct.new( :message, :parameter_name) SENSITIVE = [] include Aws::Structure end |
#parameter_name ⇒ String
The name of the invalid parameter.
607 608 609 610 611 612 |
# File 'lib/aws-sdk-qldb/types.rb', line 607 class InvalidParameterException < Struct.new( :message, :parameter_name) SENSITIVE = [] include Aws::Structure end |