Class: Aws::PinpointSMSVoice::Types::AlreadyExistsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoice::Types::AlreadyExistsException
- Defined in:
- gems/aws-sdk-pinpointsmsvoice/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 'gems/aws-sdk-pinpointsmsvoice/lib/aws-sdk-pinpointsmsvoice/types.rb', line 20 class AlreadyExistsException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |