Class: Aws::DirectoryService::Errors::InvalidClientAuthStatusException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::DirectoryService::Errors::InvalidClientAuthStatusException
- Defined in:
- lib/aws-sdk-directoryservice/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidClientAuthStatusException
constructor
A new instance of InvalidClientAuthStatusException.
- #message ⇒ String
- #request_id ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidClientAuthStatusException
Returns a new instance of InvalidClientAuthStatusException.
479 480 481 |
# File 'lib/aws-sdk-directoryservice/errors.rb', line 479 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
484 485 486 |
# File 'lib/aws-sdk-directoryservice/errors.rb', line 484 def @message || @data[:message] end |
#request_id ⇒ String
489 490 491 |
# File 'lib/aws-sdk-directoryservice/errors.rb', line 489 def request_id @data[:request_id] end |