Class: Aws::SecretsManager::Types::ResourceNotFoundException

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-secretsmanager/types.rb

Overview

We can’t find the resource that you asked for.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1473
1474
1475
1476
# File 'lib/aws-sdk-secretsmanager/types.rb', line 1473

class ResourceNotFoundException < Struct.new(
  :message)
  include Aws::Structure
end