Class: Aws::Types::ApplicationStatusReason

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#code::String

Returns the value of attribute code.

Returns:

  • (::String)


504
505
506
# File 'sig/types.rbs', line 504

def code
  @code
end

#protocol::String

Returns the value of attribute protocol.

Returns:

  • (::String)


506
507
508
# File 'sig/types.rbs', line 506

def protocol
  @protocol
end

#status_code::Integer

Returns the value of attribute status_code.

Returns:

  • (::Integer)


505
506
507
# File 'sig/types.rbs', line 505

def status_code
  @status_code
end