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
1551 1552 1553 1554 1555 |
# File 'lib/aws-sdk-sns/types.rb', line 1551 class NotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |