Class: Aws::QuickSight::Types::LimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::LimitExceededException
- Defined in:
- gems/aws-sdk-quicksight/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
20986 20987 20988 20989 20990 20991 20992 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20986 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.
20986 20987 20988 20989 20990 20991 20992 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20986 class LimitExceededException < Struct.new( :message, :resource_type, :request_id) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
Limit exceeded.
20986 20987 20988 20989 20990 20991 20992 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20986 class LimitExceededException < Struct.new( :message, :resource_type, :request_id) SENSITIVE = [] include Aws::Structure end |