Class: Aws::Types::ClusterIssue

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#code"AccessDenied", ...

Returns the value of attribute code.

Returns:

  • ("AccessDenied", "ClusterUnreachable", "ConfigurationConflict", "InternalFailure", "ResourceLimitExceeded", "ResourceNotFound", "IamRoleNotFound", "VpcNotFound", "InsufficientFreeAddresses", "Ec2ServiceNotSubscribed", "Ec2SubnetNotFound", "Ec2SecurityGroupNotFound", "KmsGrantRevoked", "KmsKeyNotFound", "KmsKeyMarkedForDeletion", "KmsKeyDisabled", "StsRegionalEndpointDisabled", "UnsupportedVersion", "Other")


372
373
374
# File 'sig/types.rbs', line 372

def code
  @code
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


373
374
375
# File 'sig/types.rbs', line 373

def message
  @message
end

#resource_ids::Array[::String]

Returns the value of attribute resource_ids.

Returns:

  • (::Array[::String])


374
375
376
# File 'sig/types.rbs', line 374

def resource_ids
  @resource_ids
end