Class: Aws::QuickSight::Errors::ResourceExistsException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::QuickSight::Errors::ResourceExistsException
- Defined in:
- lib/aws-sdk-quicksight/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceExistsException
constructor
A new instance of ResourceExistsException.
- #message ⇒ String
- #request_id ⇒ String
- #resource_type ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceExistsException
Returns a new instance of ResourceExistsException.
343 344 345 |
# File 'lib/aws-sdk-quicksight/errors.rb', line 343 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
348 349 350 |
# File 'lib/aws-sdk-quicksight/errors.rb', line 348 def @message || @data[:message] end |
#request_id ⇒ String
358 359 360 |
# File 'lib/aws-sdk-quicksight/errors.rb', line 358 def request_id @data[:request_id] end |
#resource_type ⇒ String
353 354 355 |
# File 'lib/aws-sdk-quicksight/errors.rb', line 353 def resource_type @data[:resource_type] end |