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

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

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4826
4827
4828
4829
# File 'lib/aws-sdk-iam/types.rb', line 4826

class LimitExceededException < Struct.new(
  :message)
  include Aws::Structure
end