Class: Aws::ComputeOptimizer::Types::LimitExceededException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-computeoptimizer/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

#messageString

Returns:

  • (String)


4718
4719
4720
4721
4722
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 4718

class LimitExceededException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end