Class: Aws::CostExplorer::Types::LimitExceededException

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

Overview

You made too many calls in a short period of time. Try again later.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4820
4821
4822
4823
4824
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 4820

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