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