Class: Aws::Types::ServerException

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)


1733
1734
1735
# File 'sig/types.rbs', line 1733

def addon_name
  @addon_name
end

#cluster_name::String

Returns the value of attribute cluster_name.

Returns:

  • (::String)


1731
1732
1733
# File 'sig/types.rbs', line 1731

def cluster_name
  @cluster_name
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


1735
1736
1737
# File 'sig/types.rbs', line 1735

def message
  @message
end

#nodegroup_name::String

Returns the value of attribute nodegroup_name.

Returns:

  • (::String)


1732
1733
1734
# File 'sig/types.rbs', line 1732

def nodegroup_name
  @nodegroup_name
end

#subscription_id::String

Returns the value of attribute subscription_id.

Returns:

  • (::String)


1734
1735
1736
# File 'sig/types.rbs', line 1734

def subscription_id
  @subscription_id
end