Class: Aws::IoTWireless::Errors::ResourceNotFoundException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ResourceNotFoundException.

Parameters:



104
105
106
# File 'lib/aws-sdk-iotwireless/errors.rb', line 104

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

Instance Method Details

#messageString

Returns:

  • (String)


109
# File 'lib/aws-sdk-iotwireless/errors.rb', line 109

def message: () -> ::String

#resource_idString

Returns:

  • (String)


114
# File 'lib/aws-sdk-iotwireless/errors.rb', line 114

def resource_id: () -> ::String

#resource_typeString

Returns:

  • (String)


119
# File 'lib/aws-sdk-iotwireless/errors.rb', line 119

def resource_type: () -> ::String