Class: Aws::Types::ResourceLimitExceededException

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_name::String

Returns the value of attribute cluster_name.

Returns:

  • (::String)


1679
1680
1681
# File 'sig/types.rbs', line 1679

def cluster_name
  @cluster_name
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


1682
1683
1684
# File 'sig/types.rbs', line 1682

def message
  @message
end

#nodegroup_name::String

Returns the value of attribute nodegroup_name.

Returns:

  • (::String)


1680
1681
1682
# File 'sig/types.rbs', line 1680

def nodegroup_name
  @nodegroup_name
end

#subscription_id::String

Returns the value of attribute subscription_id.

Returns:

  • (::String)


1681
1682
1683
# File 'sig/types.rbs', line 1681

def subscription_id
  @subscription_id
end