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)


1870
1871
1872
# File 'sig/types.rbs', line 1870

def addon_name
  @addon_name
end

#cluster_name::String

Returns the value of attribute cluster_name.

Returns:

  • (::String)


1868
1869
1870
# File 'sig/types.rbs', line 1868

def cluster_name
  @cluster_name
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


1872
1873
1874
# File 'sig/types.rbs', line 1872

def message
  @message
end

#nodegroup_name::String

Returns the value of attribute nodegroup_name.

Returns:

  • (::String)


1869
1870
1871
# File 'sig/types.rbs', line 1869

def nodegroup_name
  @nodegroup_name
end

#subscription_id::String

Returns the value of attribute subscription_id.

Returns:

  • (::String)


1871
1872
1873
# File 'sig/types.rbs', line 1871

def subscription_id
  @subscription_id
end