Class: Aws::QuickSight::Errors::UnsupportedPricingPlanException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::QuickSight::Errors::UnsupportedPricingPlanException
- Defined in:
- sig/errors.rbs,
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.
500 501 502 |
# File 'lib/aws-sdk-quicksight/errors.rb', line 500 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
505 |
# File 'lib/aws-sdk-quicksight/errors.rb', line 505
def message: () -> ::String
|
#request_id ⇒ String
510 |
# File 'lib/aws-sdk-quicksight/errors.rb', line 510
def request_id: () -> ::String
|