Class: Aws::QuickSight::Errors::LimitExceededException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::QuickSight::Errors::LimitExceededException
- Defined in:
- lib/aws-sdk-quicksight/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ LimitExceededException
constructor
A new instance of LimitExceededException.
- #message ⇒ String
- #request_id ⇒ String
- #resource_type ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ LimitExceededException
Returns a new instance of LimitExceededException.
278 279 280 |
# File 'lib/aws-sdk-quicksight/errors.rb', line 278 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
283 284 285 |
# File 'lib/aws-sdk-quicksight/errors.rb', line 283 def @message || @data[:message] end |
#request_id ⇒ String
293 294 295 |
# File 'lib/aws-sdk-quicksight/errors.rb', line 293 def request_id @data[:request_id] end |
#resource_type ⇒ String
288 289 290 |
# File 'lib/aws-sdk-quicksight/errors.rb', line 288 def resource_type @data[:resource_type] end |