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
5472 5473 5474 5475 5476 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 5472 class LimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |