Class: Aws::QuickSight::Errors::UnsupportedUserEditionException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::QuickSight::Errors::UnsupportedUserEditionException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-quicksight/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ UnsupportedUserEditionException
constructor
A new instance of UnsupportedUserEditionException.
- #message ⇒ String
- #request_id ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ UnsupportedUserEditionException
Returns a new instance of UnsupportedUserEditionException.
520 521 522 |
# File 'lib/aws-sdk-quicksight/errors.rb', line 520 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
525 |
# File 'lib/aws-sdk-quicksight/errors.rb', line 525
def message: () -> ::String
|
#request_id ⇒ String
530 |
# File 'lib/aws-sdk-quicksight/errors.rb', line 530
def request_id: () -> ::String
|