Class: Aws::EBS::Types::ConcurrentLimitExceededException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ebs/lib/aws-sdk-ebs/types.rb

Overview

You have reached the limit for concurrent API requests. For more information, see Optimizing performance of the EBS direct APIs in the Amazon Elastic Compute Cloud User Guide.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


145
146
147
148
149
# File 'gems/aws-sdk-ebs/lib/aws-sdk-ebs/types.rb', line 145

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