Class: Aws::Types::ProgramSetValidationFailure

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#errors ⇒ ::Array[::String]

Returns the value of attribute errors.

Returns:

  • (::Array[::String])


328
329
330
# File 'sig/types.rbs', line 328

def errors
  @errors
end

#inputs_index ⇒ ::Integer

Returns the value of attribute inputs_index.

Returns:

  • (::Integer)


327
328
329
# File 'sig/types.rbs', line 327

def inputs_index
  @inputs_index
end

#program_index ⇒ ::Integer

Returns the value of attribute program_index.

Returns:

  • (::Integer)


326
327
328
# File 'sig/types.rbs', line 326

def program_index
  @program_index
end