Class: Aws::Route53RecoveryCluster::Types::EndpointTemporarilyUnavailableException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53RecoveryCluster::Types::EndpointTemporarilyUnavailableException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53recoverycluster/types.rb
Overview
The cluster endpoint isn’t available. Try another cluster endpoint.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
57 58 59 60 61 |
# File 'lib/aws-sdk-route53recoverycluster/types.rb', line 57 class EndpointTemporarilyUnavailableException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |