Class: Aws::SNS::Types::NotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::NotFoundException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sns/types.rb
Overview
Indicates that the requested resource does not exist.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1568 1569 1570 1571 1572 |
# File 'lib/aws-sdk-sns/types.rb', line 1568 class NotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |