Class: Aws::WorkSpaces::Errors::ResourceNotFoundException

Inherits:
ServiceError
  • Object
show all
Defined in:
sig/errors.rbs,
lib/aws-sdk-workspaces/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceNotFoundException

Returns a new instance of ResourceNotFoundException.

Parameters:



310
311
312
# File 'lib/aws-sdk-workspaces/errors.rb', line 310

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#messageString

Returns:

  • (String)


315
# File 'lib/aws-sdk-workspaces/errors.rb', line 315

def message: () -> ::String

#resource_idString

Returns:

  • (String)


320
# File 'lib/aws-sdk-workspaces/errors.rb', line 320

def resource_id: () -> ::String