Class: Aws::SecurityAgent::Types::ResourceNotFoundException

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

Overview

Specified resource was not found

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Error description

Returns:

  • (String)


3240
3241
3242
3243
3244
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3240

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