Class: Aws::PinpointSMSVoice::Types::LimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoice::Types::LimitExceededException
- Defined in:
- gems/aws-sdk-pinpointsmsvoice/lib/aws-sdk-pinpointsmsvoice/types.rb
Overview
There are too many instances of the specified resource type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
327 328 329 330 331 |
# File 'gems/aws-sdk-pinpointsmsvoice/lib/aws-sdk-pinpointsmsvoice/types.rb', line 327 class LimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |