Class: Aws::QuickSight::Errors::UnsupportedPricingPlanException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::QuickSight::Errors::UnsupportedPricingPlanException
- Defined in:
- lib/aws-sdk-quicksight/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ UnsupportedPricingPlanException
constructor
A new instance of UnsupportedPricingPlanException.
- #message ⇒ String
- #request_id ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ UnsupportedPricingPlanException
Returns a new instance of UnsupportedPricingPlanException.
458 459 460 |
# File 'lib/aws-sdk-quicksight/errors.rb', line 458 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
463 464 465 |
# File 'lib/aws-sdk-quicksight/errors.rb', line 463 def @message || @data[:message] end |
#request_id ⇒ String
468 469 470 |
# File 'lib/aws-sdk-quicksight/errors.rb', line 468 def request_id @data[:request_id] end |