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
1021 1022 1023 1024 1025 |
# File 'lib/aws-sdk-cloudcontrolapi/types.rb', line 1021 class ServiceLimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |