Class: Aws::QuickSight::Errors::ResourceNotFoundException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::QuickSight::Errors::ResourceNotFoundException
- Defined in:
- lib/aws-sdk-quicksight/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceNotFoundException
constructor
A new instance of ResourceNotFoundException.
- #message ⇒ String
- #request_id ⇒ String
- #resource_type ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceNotFoundException
Returns a new instance of ResourceNotFoundException.
368 369 370 |
# File 'lib/aws-sdk-quicksight/errors.rb', line 368 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
373 374 375 |
# File 'lib/aws-sdk-quicksight/errors.rb', line 373 def @message || @data[:message] end |
#request_id ⇒ String
383 384 385 |
# File 'lib/aws-sdk-quicksight/errors.rb', line 383 def request_id @data[:request_id] end |
#resource_type ⇒ String
378 379 380 |
# File 'lib/aws-sdk-quicksight/errors.rb', line 378 def resource_type @data[:resource_type] end |