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.
262 263 264 |
# File 'lib/aws-sdk-quicksight/errors.rb', line 262 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
267 268 269 |
# File 'lib/aws-sdk-quicksight/errors.rb', line 267 def @message || @data[:message] end |
#request_id ⇒ String
277 278 279 |
# File 'lib/aws-sdk-quicksight/errors.rb', line 277 def request_id @data[:request_id] end |
#resource_type ⇒ String
272 273 274 |
# File 'lib/aws-sdk-quicksight/errors.rb', line 272 def resource_type @data[:resource_type] end |