Class: Aws::AutoScaling::Types::FailedScheduledUpdateGroupActionRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb

Overview

Describes a scheduled action that could not be created, updated, or deleted.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

The error code.

Returns:

  • (String)


2991
2992
2993
2994
2995
2996
2997
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 2991

class FailedScheduledUpdateGroupActionRequest < Struct.new(
  :scheduled_action_name,
  :error_code,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#error_messageString

The error message accompanying the error code.

Returns:

  • (String)


2991
2992
2993
2994
2995
2996
2997
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 2991

class FailedScheduledUpdateGroupActionRequest < Struct.new(
  :scheduled_action_name,
  :error_code,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#scheduled_action_nameString

The name of the scheduled action.

Returns:

  • (String)


2991
2992
2993
2994
2995
2996
2997
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 2991

class FailedScheduledUpdateGroupActionRequest < Struct.new(
  :scheduled_action_name,
  :error_code,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end