Class: Aws::DirectoryService::Errors::UnsupportedOperationException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::DirectoryService::Errors::UnsupportedOperationException
- Defined in:
- lib/aws-sdk-directoryservice/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ UnsupportedOperationException
constructor
A new instance of UnsupportedOperationException.
- #message ⇒ String
- #request_id ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ UnsupportedOperationException
Returns a new instance of UnsupportedOperationException.
822 823 824 |
# File 'lib/aws-sdk-directoryservice/errors.rb', line 822 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
827 828 829 |
# File 'lib/aws-sdk-directoryservice/errors.rb', line 827 def @message || @data[:message] end |
#request_id ⇒ String
832 833 834 |
# File 'lib/aws-sdk-directoryservice/errors.rb', line 832 def request_id @data[:request_id] end |