Class: Aws::EKS::Types::ResourcePropagationDelayException
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::ResourcePropagationDelayException
- Defined in:
- gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb
Overview
Required resources (such as service-linked roles) were created and are still propagating. Retry later.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3526 3527 3528 3529 3530 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 3526 class ResourcePropagationDelayException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |