Class: Aws::Types::ResourceInUseException

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#addon_name::String

Returns the value of attribute addon_name.

Returns:

  • (::String)


1673
1674
1675
# File 'sig/types.rbs', line 1673

def addon_name
  @addon_name
end

#cluster_name::String

Returns the value of attribute cluster_name.

Returns:

  • (::String)


1671
1672
1673
# File 'sig/types.rbs', line 1671

def cluster_name
  @cluster_name
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


1674
1675
1676
# File 'sig/types.rbs', line 1674

def message
  @message
end

#nodegroup_name::String

Returns the value of attribute nodegroup_name.

Returns:

  • (::String)


1672
1673
1674
# File 'sig/types.rbs', line 1672

def nodegroup_name
  @nodegroup_name
end