Class: Aws::IoTWireless::Types::ResourceNotFoundException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotwireless/types.rb

Overview

Resource does not exist.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#message ⇒ String

Returns:

  • (String)


5489
5490
5491
5492
5493
5494
5495
# File 'lib/aws-sdk-iotwireless/types.rb', line 5489

class ResourceNotFoundException < Struct.new(
  :message,
  :resource_id,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end

#resource_id ⇒ String

Id of the not found resource.

Returns:

  • (String)


5489
5490
5491
5492
5493
5494
5495
# File 'lib/aws-sdk-iotwireless/types.rb', line 5489

class ResourceNotFoundException < Struct.new(
  :message,
  :resource_id,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end

#resource_type ⇒ String

Type of the font found resource.

Returns:

  • (String)


5489
5490
5491
5492
5493
5494
5495
# File 'lib/aws-sdk-iotwireless/types.rb', line 5489

class ResourceNotFoundException < Struct.new(
  :message,
  :resource_id,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end