Class: Aws::Types::InvalidParameterException

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)


1131
1132
1133
# File 'sig/types.rbs', line 1131

def addon_name
  @addon_name
end

#cluster_name::String

Returns the value of attribute cluster_name.

Returns:

  • (::String)


1128
1129
1130
# File 'sig/types.rbs', line 1128

def cluster_name
  @cluster_name
end

#fargate_profile_name::String

Returns the value of attribute fargate_profile_name.

Returns:

  • (::String)


1130
1131
1132
# File 'sig/types.rbs', line 1130

def fargate_profile_name
  @fargate_profile_name
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


1133
1134
1135
# File 'sig/types.rbs', line 1133

def message
  @message
end

#nodegroup_name::String

Returns the value of attribute nodegroup_name.

Returns:

  • (::String)


1129
1130
1131
# File 'sig/types.rbs', line 1129

def nodegroup_name
  @nodegroup_name
end

#subscription_id::String

Returns the value of attribute subscription_id.

Returns:

  • (::String)


1132
1133
1134
# File 'sig/types.rbs', line 1132

def subscription_id
  @subscription_id
end