Class: Aws::PinpointSMSVoice::Types::AlreadyExistsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoice::Types::AlreadyExistsException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpointsmsvoice/types.rb
Overview
The resource specified in your request already exists.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
20 21 22 23 24 |
# File 'lib/aws-sdk-pinpointsmsvoice/types.rb', line 20 class AlreadyExistsException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |