Class: Aws::Types::InvalidConfigurationDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#constraint ⇒ ::String

Returns the value of attribute constraint.

Returns:

  • (::String)


653
654
655
# File 'sig/types.rbs', line 653

def constraint
  @constraint
end

#location ⇒ ::String

Returns the value of attribute location.

Returns:

  • (::String)


654
655
656
# File 'sig/types.rbs', line 654

def location
  @location
end

#reason ⇒ ::String

Returns the value of attribute reason.

Returns:

  • (::String)


655
656
657
# File 'sig/types.rbs', line 655

def reason
  @reason
end

#type ⇒ ::String

Returns the value of attribute type.

Returns:

  • (::String)


656
657
658
# File 'sig/types.rbs', line 656

def type
  @type
end

#value ⇒ ::String

Returns the value of attribute value.

Returns:

  • (::String)


657
658
659
# File 'sig/types.rbs', line 657

def value
  @value
end