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.
5824 5825 5826 5827 5828 |
# File 'lib/aws-sdk-eks/types.rb', line 5824 class ResourcePropagationDelayException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |