Class: Aws::Panorama::Types::ResourceNotFoundException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb

Overview

The target resource was not found.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2639
2640
2641
2642
2643
2644
2645
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 2639

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

#resource_idString

The resource's ID.

Returns:

  • (String)


2639
2640
2641
2642
2643
2644
2645
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 2639

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

#resource_typeString

The resource's type.

Returns:

  • (String)


2639
2640
2641
2642
2643
2644
2645
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 2639

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