Class: Aws::ComputeOptimizer::Types::LimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizer::Types::LimitExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-computeoptimizer/types.rb
Overview
The request exceeds a limit of the service.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
5013 5014 5015 5016 5017 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 5013 class LimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |