Class: Aws::Types::LoadBalancerTlsCertificateDnsRecordCreationState

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#code"SUCCEEDED", ...

Returns the value of attribute code.

Returns:

  • ("SUCCEEDED", "STARTED", "FAILED")


2381
2382
2383
# File 'sig/types.rbs', line 2381

def code
  @code
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


2382
2383
2384
# File 'sig/types.rbs', line 2382

def message
  @message
end