Class: Aws::WorkSpaces::Errors::ResourceInUseException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::WorkSpaces::Errors::ResourceInUseException
- Defined in:
- lib/aws-sdk-workspaces/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceInUseException
constructor
A new instance of ResourceInUseException.
- #message ⇒ String
- #resource_id ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceInUseException
Returns a new instance of ResourceInUseException.
259 260 261 |
# File 'lib/aws-sdk-workspaces/errors.rb', line 259 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
264 265 266 |
# File 'lib/aws-sdk-workspaces/errors.rb', line 264 def @message || @data[:message] end |
#resource_id ⇒ String
269 270 271 |
# File 'lib/aws-sdk-workspaces/errors.rb', line 269 def resource_id @data[:resource_id] end |