Class: Aws::WorkSpacesWeb::Errors::ResourceNotFoundException

Inherits:
ServiceError
  • Object
show all
Defined in:
gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/errors.rb

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ResourceNotFoundException.

Parameters:



110
111
112
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/errors.rb', line 110

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

Instance Method Details

#messageString

Returns:

  • (String)


115
116
117
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/errors.rb', line 115

def message
  @message || @data[:message]
end

#resource_idString

Returns:

  • (String)


120
121
122
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/errors.rb', line 120

def resource_id
  @data[:resource_id]
end

#resource_typeString

Returns:

  • (String)


125
126
127
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/errors.rb', line 125

def resource_type
  @data[:resource_type]
end