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
2132 2133 2134 2135 2136 |
# File 'lib/aws-sdk-sns/types.rb', line 2132 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |