Class: Aws::QuickSight::Types::InvalidParameterValueException
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::InvalidParameterValueException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
One or more parameters has a value that isn’t valid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#request_id ⇒ String
The Amazon Web Services request ID for this request.
Instance Attribute Details
#message ⇒ String
19116 19117 19118 19119 19120 19121 |
# File 'lib/aws-sdk-quicksight/types.rb', line 19116 class InvalidParameterValueException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this request.
19116 19117 19118 19119 19120 19121 |
# File 'lib/aws-sdk-quicksight/types.rb', line 19116 class InvalidParameterValueException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end |