Class: Aws::SocialMessaging::Types::LimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SocialMessaging::Types::LimitExceededException
- Defined in:
- gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb
Overview
The request was denied because it would exceed one or more service quotas or limits.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
857 858 859 860 861 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 857 class LimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |