Class: Aws::Types::DeleteThreatModelFailure

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#reason::String

Returns the value of attribute reason.

Returns:

  • (::String)


934
935
936
# File 'sig/types.rbs', line 934

def reason
  @reason
end

#threat_model_id::String

Returns the value of attribute threat_model_id.

Returns:

  • (::String)


933
934
935
# File 'sig/types.rbs', line 933

def threat_model_id
  @threat_model_id
end