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:



1444
1445
1446
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/errors.rb', line 1444

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

Instance Method Details

#limitString

Returns:

  • (String)


1454
1455
1456
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/errors.rb', line 1454

def limit
  @data[:limit]
end

#limit_typeString

Returns:

  • (String)


1459
1460
1461
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/errors.rb', line 1459

def limit_type
  @data[:limit_type]
end

#messageString

Returns:

  • (String)


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

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

#resource_typesString

Returns:

  • (String)


1449
1450
1451
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/errors.rb', line 1449

def resource_types
  @data[:resource_types]
end