Class: Aws::QuickSight::Types::InvalidParameterValueException
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::InvalidParameterValueException
- Defined in:
- gems/aws-sdk-quicksight/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
20221 20222 20223 20224 20225 20226 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20221 class InvalidParameterValueException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this request.
20221 20222 20223 20224 20225 20226 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20221 class InvalidParameterValueException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end |