Class: Aws::IAM::Types::LimitExceededException

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

Overview

The request was rejected because it attempted to create resources beyond the current Amazon Web Services account limits. The error message describes the limit exceeded.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4677
4678
4679
4680
4681
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 4677

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