Class: Aws::QuickSight::Errors::ResourceUnavailableException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::QuickSight::Errors::ResourceUnavailableException
- Defined in:
- lib/aws-sdk-quicksight/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceUnavailableException
constructor
A new instance of ResourceUnavailableException.
- #message ⇒ String
- #request_id ⇒ String
- #resource_type ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceUnavailableException
Returns a new instance of ResourceUnavailableException.
377 378 379 |
# File 'lib/aws-sdk-quicksight/errors.rb', line 377 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
382 383 384 |
# File 'lib/aws-sdk-quicksight/errors.rb', line 382 def @message || @data[:message] end |
#request_id ⇒ String
392 393 394 |
# File 'lib/aws-sdk-quicksight/errors.rb', line 392 def request_id @data[:request_id] end |
#resource_type ⇒ String
387 388 389 |
# File 'lib/aws-sdk-quicksight/errors.rb', line 387 def resource_type @data[:resource_type] end |