Class: Aws::AppConfigData::Types::ResourceNotFoundException

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

Overview

The requested resource could not be found.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


169
170
171
172
173
174
175
# File 'gems/aws-sdk-appconfigdata/lib/aws-sdk-appconfigdata/types.rb', line 169

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

#referenced_byHash<String,String>

A map indicating which parameters in the request reference the resource that was not found.

Returns:

  • (Hash<String,String>)


169
170
171
172
173
174
175
# File 'gems/aws-sdk-appconfigdata/lib/aws-sdk-appconfigdata/types.rb', line 169

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

#resource_typeString

The type of resource that was not found.

Returns:

  • (String)


169
170
171
172
173
174
175
# File 'gems/aws-sdk-appconfigdata/lib/aws-sdk-appconfigdata/types.rb', line 169

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