Class: Aws::AutoScaling::Types::ServiceLinkedRoleFailure

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

Overview

The service-linked role is not yet ready for use.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


6923
6924
6925
6926
6927
# File 'lib/aws-sdk-autoscaling/types.rb', line 6923

class ServiceLinkedRoleFailure < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end