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.
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
9151 9152 9153 9154 |
# File 'lib/aws-sdk-iam/types.rb', line 9151 class ServiceNotSupportedException < Struct.new( :message) include Aws::Structure end |