Class: Aws::QuickSight::Types::LimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::LimitExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
A limit is exceeded.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#request_id ⇒ String
The Amazon Web Services request ID for this request.
-
#resource_type ⇒ String
Limit exceeded.
Instance Attribute Details
#message ⇒ String
19749 19750 19751 19752 19753 19754 19755 |
# File 'lib/aws-sdk-quicksight/types.rb', line 19749 class LimitExceededException < Struct.new( :message, :resource_type, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this request.
19749 19750 19751 19752 19753 19754 19755 |
# File 'lib/aws-sdk-quicksight/types.rb', line 19749 class LimitExceededException < Struct.new( :message, :resource_type, :request_id) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
Limit exceeded.
19749 19750 19751 19752 19753 19754 19755 |
# File 'lib/aws-sdk-quicksight/types.rb', line 19749 class LimitExceededException < Struct.new( :message, :resource_type, :request_id) SENSITIVE = [] include Aws::Structure end |