Class: Aws::QuickSight::Errors::ResourceNotFoundException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::QuickSight::Errors::ResourceNotFoundException
- Defined in:
- gems/aws-sdk-quicksight/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.
389 390 391 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/errors.rb', line 389 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
394 395 396 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/errors.rb', line 394 def @message || @data[:message] end |
#request_id ⇒ String
404 405 406 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/errors.rb', line 404 def request_id @data[:request_id] end |
#resource_type ⇒ String
399 400 401 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/errors.rb', line 399 def resource_type @data[:resource_type] end |