Class: Aws::CodeArtifact::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeArtifact::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codeartifact/types.rb
Overview
The operation did not succeed because of an error that occurred inside AWS CodeArtifact.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1666 1667 1668 1669 1670 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 1666 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |