Class: Aws::WorkSpaces::Errors::ResourceUnavailableException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::WorkSpaces::Errors::ResourceUnavailableException
- Defined in:
- lib/aws-sdk-workspaces/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceUnavailableException
constructor
A new instance of ResourceUnavailableException.
- #message ⇒ String
- #resource_id ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceUnavailableException
Returns a new instance of ResourceUnavailableException.
314 315 316 |
# File 'lib/aws-sdk-workspaces/errors.rb', line 314 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
319 320 321 |
# File 'lib/aws-sdk-workspaces/errors.rb', line 319 def @message || @data[:message] end |
#resource_id ⇒ String
324 325 326 |
# File 'lib/aws-sdk-workspaces/errors.rb', line 324 def resource_id @data[:resource_id] end |