Class: Aws::NetworkManager::Types::ResourceNotFoundException

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

Overview

The specified resource could not be found.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contextHash<String,String>

The specified resource could not be found.

Returns:

  • (Hash<String,String>)


4698
4699
4700
4701
4702
4703
4704
4705
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4698

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

#messageString

Returns:

  • (String)


4698
4699
4700
4701
4702
4703
4704
4705
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4698

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

#resource_idString

The ID of the resource.

Returns:

  • (String)


4698
4699
4700
4701
4702
4703
4704
4705
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4698

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

#resource_typeString

The resource type.

Returns:

  • (String)


4698
4699
4700
4701
4702
4703
4704
4705
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4698

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