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.
393 394 395 |
# File 'lib/aws-sdk-quicksight/errors.rb', line 393 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
398 399 400 |
# File 'lib/aws-sdk-quicksight/errors.rb', line 398 def @message || @data[:message] end |
#request_id ⇒ String
408 409 410 |
# File 'lib/aws-sdk-quicksight/errors.rb', line 408 def request_id @data[:request_id] end |
#resource_type ⇒ String
403 404 405 |
# File 'lib/aws-sdk-quicksight/errors.rb', line 403 def resource_type @data[:resource_type] end |