Class: Aws::IoTManagedIntegrations::Types::ResourceNotFoundException

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

Overview

The specified resource does not exist.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4208
4209
4210
4211
4212
4213
4214
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 4208

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

#resource_idString

Id of the affected resource

Returns:

  • (String)


4208
4209
4210
4211
4212
4213
4214
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 4208

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

#resource_typeString

Type of the affected resource

Returns:

  • (String)


4208
4209
4210
4211
4212
4213
4214
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 4208

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