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:



1496
1497
1498
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/errors.rb', line 1496

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

Instance Method Details

#limitString

Returns:

  • (String)


1506
1507
1508
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/errors.rb', line 1506

def limit
  @data[:limit]
end

#limit_typeString

Returns:

  • (String)


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

def limit_type
  @data[:limit_type]
end

#messageString

Returns:

  • (String)


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

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

#resource_typesString

Returns:

  • (String)


1501
1502
1503
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/errors.rb', line 1501

def resource_types
  @data[:resource_types]
end