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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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>)


5059
5060
5061
5062
5063
5064
5065
5066
# File 'lib/aws-sdk-networkmanager/types.rb', line 5059

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

#messageString

Returns:

  • (String)


5059
5060
5061
5062
5063
5064
5065
5066
# File 'lib/aws-sdk-networkmanager/types.rb', line 5059

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

#resource_idString

The ID of the resource.

Returns:

  • (String)


5059
5060
5061
5062
5063
5064
5065
5066
# File 'lib/aws-sdk-networkmanager/types.rb', line 5059

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

#resource_typeString

The resource type.

Returns:

  • (String)


5059
5060
5061
5062
5063
5064
5065
5066
# File 'lib/aws-sdk-networkmanager/types.rb', line 5059

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