Class: Aws::Types::UnsuccessfulAssociationResponseObject

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_status_check_id::String

Returns the value of attribute application_status_check_id.

Returns:

  • (::String)


18716
18717
18718
# File 'sig/types.rbs', line 18716

def application_status_check_id
  @application_status_check_id
end

#association_type::String

Returns the value of attribute association_type.

Returns:

  • (::String)


18717
18718
18719
# File 'sig/types.rbs', line 18717

def association_type
  @association_type
end

#association_value::String

Returns the value of attribute association_value.

Returns:

  • (::String)


18718
18719
18720
# File 'sig/types.rbs', line 18718

def association_value
  @association_value
end

#reason::String

Returns the value of attribute reason.

Returns:

  • (::String)


18719
18720
18721
# File 'sig/types.rbs', line 18719

def reason
  @reason
end