Class: Aws::PinpointSMSVoice::Types::NotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoice::Types::NotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpointsmsvoice/types.rb
Overview
The resource you attempted to access doesn’t exist.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
377 378 379 380 381 |
# File 'lib/aws-sdk-pinpointsmsvoice/types.rb', line 377 class NotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |