Class: Aws::Types::ErrorDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error_code"SubnetNotFound", ...

Returns the value of attribute error_code.

Returns:

  • ("SubnetNotFound", "SecurityGroupNotFound", "EniLimitReached", "IpNotAvailable", "AccessDenied", "OperationNotPermitted", "VpcIdNotFound", "Unknown", "NodeCreationFailure", "PodEvictionFailure", "InsufficientFreeAddresses", "ClusterUnreachable", "InsufficientNumberOfReplicas", "ConfigurationConflict", "AdmissionRequestDenied", "UnsupportedAddonModification", "K8sResourceNotFound")


988
989
990
# File 'sig/types.rbs', line 988

def error_code
  @error_code
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


989
990
991
# File 'sig/types.rbs', line 989

def error_message
  @error_message
end

#resource_ids::Array[::String]

Returns the value of attribute resource_ids.

Returns:

  • (::Array[::String])


990
991
992
# File 'sig/types.rbs', line 990

def resource_ids
  @resource_ids
end