Class: Aws::SSM::Errors::OpsItemLimitExceededException

Inherits:
ServiceError
  • Object
show all
Defined in:
gems/aws-sdk-ssm/lib/aws-sdk-ssm/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ OpsItemLimitExceededException

Returns a new instance of OpsItemLimitExceededException.

Parameters:



1512
1513
1514
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/errors.rb', line 1512

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#limitString

Returns:

  • (String)


1522
1523
1524
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/errors.rb', line 1522

def limit
  @data[:limit]
end

#limit_typeString

Returns:

  • (String)


1527
1528
1529
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/errors.rb', line 1527

def limit_type
  @data[:limit_type]
end

#messageString

Returns:

  • (String)


1532
1533
1534
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/errors.rb', line 1532

def message
  @message || @data[:message]
end

#resource_typesString

Returns:

  • (String)


1517
1518
1519
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/errors.rb', line 1517

def resource_types
  @data[:resource_types]
end