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