Class: Aws::SocialMessaging::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SocialMessaging::Types::ResourceNotFoundException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-socialmessaging/types.rb
Overview
The resource was not found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
573 574 575 576 577 |
# File 'lib/aws-sdk-socialmessaging/types.rb', line 573 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |