Class: Aws::QuickSight::Types::InvalidParameterException
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::InvalidParameterException
- Defined in:
- gems/aws-sdk-quicksight/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
24275 24276 24277 24278 24279 24280 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24275 class InvalidParameterException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this request.
24275 24276 24277 24278 24279 24280 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24275 class InvalidParameterException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end |