Class: Aws::AppConfig::Types::ResourceNotFoundException

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

Overview

The requested resource could not be found.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2199
2200
2201
2202
2203
2204
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 2199

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

#resource_nameString

Returns:

  • (String)


2199
2200
2201
2202
2203
2204
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 2199

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