Class: Aws::Types::DependencyFailedException

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#event_typeObject

Returns the value of attribute event_type.

Returns:

  • (Object)


591
592
593
# File 'sig/types.rbs', line 591

def event_type
  @event_type
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


589
590
591
# File 'sig/types.rbs', line 589

def message
  @message
end

#resource_name::String

Returns the value of attribute resource_name.

Returns:

  • (::String)


590
591
592
# File 'sig/types.rbs', line 590

def resource_name
  @resource_name
end