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
28356 28357 28358 28359 28360 28361 |
# File 'lib/aws-sdk-quicksight/types.rb', line 28356 class InvalidParameterValueException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this request.
28356 28357 28358 28359 28360 28361 |
# File 'lib/aws-sdk-quicksight/types.rb', line 28356 class InvalidParameterValueException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end |