Class: Aws::EKS::Types::ResourcePropagationDelayException
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::ResourcePropagationDelayException
- Includes:
- Structure
- Defined in:
- 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
-
#message ⇒ String
Required resources (such as service-linked roles) were created and are still propagating.
Instance Attribute Details
#message ⇒ String
Required resources (such as service-linked roles) were created and are still propagating. Retry later.
6133 6134 6135 6136 6137 |
# File 'lib/aws-sdk-eks/types.rb', line 6133 class ResourcePropagationDelayException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |