Class: Aws::Types::RegionFailure

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error_message ⇒ ::String

Returns the value of attribute error_message.

Returns:

  • (::String)


1852
1853
1854
# File 'sig/types.rbs', line 1852

def error_message
  @error_message
end

#image_configuration_step ⇒ "ASSOCIATE_LICENSES", ...

Returns the value of attribute image_configuration_step.

Returns:

  • ("ASSOCIATE_LICENSES", "UPDATE_LAUNCH_TEMPLATES", "PUT_SSM_PARAMETERS", "UPDATE_FAST_LAUNCH_CONFIGURATIONS", "EXPORT_AMI")


1851
1852
1853
# File 'sig/types.rbs', line 1851

def image_configuration_step
  @image_configuration_step
end

#region ⇒ ::String

Returns the value of attribute region.

Returns:

  • (::String)


1849
1850
1851
# File 'sig/types.rbs', line 1849

def region
  @region
end

#status ⇒ "FAILED", ...

Returns the value of attribute status.

Returns:

  • ("FAILED", "CANCELLED", "TIMED_OUT")


1850
1851
1852
# File 'sig/types.rbs', line 1850

def status
  @status
end

#target_account_id ⇒ ::String

Returns the value of attribute target_account_id.

Returns:

  • (::String)


1853
1854
1855
# File 'sig/types.rbs', line 1853

def 
  
end