Class: Aws::InternetMonitor::Types::LimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::InternetMonitor::Types::LimitExceededException
- Defined in:
- gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb
Overview
The request exceeded a service quota.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1171 1172 1173 1174 1175 |
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 1171 class LimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |