Class: Aws::CloudControlApi::Types::ServiceLimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudControlApi::Types::ServiceLimitExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudcontrolapi/types.rb
Overview
The resource handler has returned that a non-transient resource limit was reached on the service side.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
931 932 933 934 935 |
# File 'lib/aws-sdk-cloudcontrolapi/types.rb', line 931 class ServiceLimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |