Class: Aws::SNS::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::ResourceNotFoundException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sns/types.rb
Overview
Can’t perform the action on the specified resource. Make sure that the resource exists.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2126 2127 2128 2129 2130 |
# File 'lib/aws-sdk-sns/types.rb', line 2126 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |