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)


1786
1787
1788
# File 'sig/types.rbs', line 1786

def cluster_name
  @cluster_name
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


1789
1790
1791
# File 'sig/types.rbs', line 1789

def message
  @message
end

#nodegroup_name::String

Returns the value of attribute nodegroup_name.

Returns:

  • (::String)


1787
1788
1789
# File 'sig/types.rbs', line 1787

def nodegroup_name
  @nodegroup_name
end

#subscription_id::String

Returns the value of attribute subscription_id.

Returns:

  • (::String)


1788
1789
1790
# File 'sig/types.rbs', line 1788

def subscription_id
  @subscription_id
end