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:



1462
1463
1464
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/errors.rb', line 1462

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

Instance Method Details

#limitString

Returns:

  • (String)


1472
1473
1474
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/errors.rb', line 1472

def limit
  @data[:limit]
end

#limit_typeString

Returns:

  • (String)


1477
1478
1479
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/errors.rb', line 1477

def limit_type
  @data[:limit_type]
end

#messageString

Returns:

  • (String)


1482
1483
1484
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/errors.rb', line 1482

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

#resource_typesString

Returns:

  • (String)


1467
1468
1469
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/errors.rb', line 1467

def resource_types
  @data[:resource_types]
end