Class: Aws::AutoScaling::Types::ServiceLinkedRoleFailure
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScaling::Types::ServiceLinkedRoleFailure
- Defined in:
- gems/aws-sdk-autoscaling/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
#message ⇒ String
7275 7276 7277 7278 7279 |
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 7275 class ServiceLinkedRoleFailure < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |