Class: Aws::WorkDocs::Errors::IllegalUserStateException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::WorkDocs::Errors::IllegalUserStateException
- Defined in:
- lib/aws-sdk-workdocs/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ IllegalUserStateException
constructor
A new instance of IllegalUserStateException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ IllegalUserStateException
Returns a new instance of IllegalUserStateException.
202 203 204 |
# File 'lib/aws-sdk-workdocs/errors.rb', line 202 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
207 208 209 |
# File 'lib/aws-sdk-workdocs/errors.rb', line 207 def @message || @data[:message] end |