Class: Aws::ARCZonalShift::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ARCZonalShift::Types::InternalServerException
- Defined in:
- gems/aws-sdk-arczonalshift/lib/aws-sdk-arczonalshift/types.rb
Overview
There was an internal server error.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
452 453 454 455 456 |
# File 'gems/aws-sdk-arczonalshift/lib/aws-sdk-arczonalshift/types.rb', line 452 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |