Class: Aws::QuickSight::Types::InvalidParameterException
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::InvalidParameterException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
One or more parameter 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
24360 24361 24362 24363 24364 24365 |
# File 'lib/aws-sdk-quicksight/types.rb', line 24360 class InvalidParameterException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this request.
24360 24361 24362 24363 24364 24365 |
# File 'lib/aws-sdk-quicksight/types.rb', line 24360 class InvalidParameterException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end |