Class: Aws::Types::BatchSecurityRequirementError

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)


375
376
377
# File 'sig/types.rbs', line 375

def code
  @code
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


376
377
378
# File 'sig/types.rbs', line 376

def message
  @message
end

#security_requirement_name::String

Returns the value of attribute security_requirement_name.

Returns:

  • (::String)


374
375
376
# File 'sig/types.rbs', line 374

def security_requirement_name
  @security_requirement_name
end