Class: Aws::S3Outposts::Types::OutpostOfflineException
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Outposts::Types::OutpostOfflineException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3outposts/types.rb
Overview
The service link connection to your Outposts home Region is down. Check your connection and try again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
414 415 416 417 418 |
# File 'lib/aws-sdk-s3outposts/types.rb', line 414 class OutpostOfflineException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |