Class: Aws::Types::ClientException

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)


318
319
320
# File 'sig/types.rbs', line 318

def addon_name
  @addon_name
end

#cluster_name::String

Returns the value of attribute cluster_name.

Returns:

  • (::String)


316
317
318
# File 'sig/types.rbs', line 316

def cluster_name
  @cluster_name
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


320
321
322
# File 'sig/types.rbs', line 320

def message
  @message
end

#nodegroup_name::String

Returns the value of attribute nodegroup_name.

Returns:

  • (::String)


317
318
319
# File 'sig/types.rbs', line 317

def nodegroup_name
  @nodegroup_name
end

#subscription_id::String

Returns the value of attribute subscription_id.

Returns:

  • (::String)


319
320
321
# File 'sig/types.rbs', line 319

def subscription_id
  @subscription_id
end