Class: Aws::IAM::Types::ServiceNotSupportedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::ServiceNotSupportedException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iam/types.rb
Overview
The specified service does not support service-specific credentials.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
9544 9545 9546 9547 9548 |
# File 'lib/aws-sdk-iam/types.rb', line 9544 class ServiceNotSupportedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |